-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Micrometer to 1.5.5 #12611
Update Micrometer to 1.5.5 #12611
Conversation
Should we add it to dependabot? |
yes? =) |
Updated dependabot for micrometer-core .. |
Co-authored-by: Guillaume Smet <[email protected]>
@@ -118,6 +118,9 @@ updates: | |||
- dependency-name: com.amazonaws:aws-lambda-java-events | |||
# Apache Commons | |||
- dependency-name: commons-io:commons-io | |||
# Micrometer | |||
- dependency-name: io.micrometer:micrometer-bom | |||
- dependency-name: io.micrometer:micrometer-registry-stackdriver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why add the io.micrometer:micrometer-registry-stackdriver
dependency here? Isn't already in the micrometer-bom
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As explained to me by Guillaume, because we include stackdriver specifically in the application bom (we have to because we need to exclude transitive dependencies), we need to include it here, too.
No description provided.